Adwaita: Make error/warning entry focus more subtle
authorAlexander Mikhaylenko <alexm@gnome.org>
Wed, 6 May 2020 15:21:56 +0000 (20:21 +0500)
committerAlexander Mikhaylenko <alexm@gnome.org>
Wed, 6 May 2020 15:23:26 +0000 (20:23 +0500)
Add 50% alpha to it like to the main focus color.

gtk/theme/Adwaita/_common.scss

index 5e8342f864ef19e882a44c5e470374f6701d1a12..d9d73718066c2fb291201d739249c1b48e6bbc48 100644 (file)
@@ -342,7 +342,7 @@ entry {
       &.#{$e_type} {
         color: $e_color;
 
-        @include focus-ring($within: true, $fc: $e_color);
+        @include focus-ring($within: true, $fc: transparentize($e_color, 0.5));
 
         &:focus-within { @include entry(focus, $e_color); }